home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / slunec / app / 2060_2493.exe / {app} / Highlighters / Highlighter.chl next >
Text File  |  2003-11-14  |  3KB  |  67 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // ConTEXT Highlighter highlighter written by Robert Ingham, rcingham@iee.org
  4. //
  5. // Rucursion is fascinating - you can go back to it forever :)
  6. //
  7. //////////////////////////////////////////////////////////////////////////////
  8.  
  9. Language:               ConTEXT Highlighter
  10. Description:            ConTEXT Highlighter highlighter written by Robert Ingham, rcingham@iee.org
  11. Filter:                 Highlighter files (*.chl)|*.chl
  12. HelpFile:
  13. CaseSensitive:          1
  14. LineComment:            //
  15. BlockCommentBeg:
  16. BlockCommentEnd:
  17. IdentifierBegChars:     a..z A..Z _%@.
  18. IdentifierChars:        a..z A..Z _ 0..9
  19. NumConstBegChars:       0..9 $
  20. NumConstChars:          0..9 #abcdefABCDEF
  21. EscapeChar:
  22.  
  23. KeyWords1:              BlockCommentBeg BlockCommentEnd CaseSensitive CommentCol CurrentLineCol
  24.                         CurrLineHighlighted EscapeChar Filter HelpFile IdentifierBegChars
  25.                         IdentifierChars IdentifierCol
  26.                         Keyword1Col Keyword2Col Keyword3Col Keyword4Col Keyword5Col
  27.                         KeyWords1 KeyWords2 KeyWords3 KeyWords4 KeyWords5
  28.                         Language LineComment MultilineStrings
  29.                         NumberCol NumConstBegChars NumConstChars PreprocessorCol SelectionCol
  30.                         SpaceCol StringBegChar StringCol StringEndChar SymbolCol UsePreprocessor
  31.                         OverrideTxtFgColor BlockAutoindent BlockBegStr BlockEndStr MatchedBracesCol
  32.                         Description
  33.  
  34. KeyWords2:              clBlack clMaroon clGreen clOlive clNavy clPurple clTeal clGray clSilver
  35.                         clRed clLime clYellow clBlue clFuchsia clAqua clLtGray clDkGray clWhite
  36.                         clScrollBar clBackground clActiveCaption clInactiveCaption clMenu clWindow
  37.                         clWindowFrame clMenuText clWindowText clCaptionText clActiveBorder
  38.                         clInactiveBorder clAppWorkSpace clHighlight clHighlightText clBtnFace
  39.                         clBtnShadow clGrayText clBtnText clInactiveCaptionText clBtnHighlight
  40.                         cl3DDkShadow cl3DLight clInfoText clInfoBk
  41.  
  42. KeyWords3:              B I U S BI BU BS IU IS BIU BIS
  43.  
  44. //                      I assume Underline and Strike-out are mutually exclusive
  45.  
  46. StringBegChar:          "
  47. StringEndChar:          "
  48. MultilineStrings:       0
  49. UsePreprocessor:        0
  50. CurrLineHighlighted:    0
  51.  
  52. SpaceCol:               clWindowText clWindow
  53. Keyword1Col:            clBlue clWindow
  54. Keyword2Col:            clNavy clWindow
  55. Keyword3Col:            clMaroon clWindow
  56. IdentifierCol:          clWindowText clWindow
  57. CommentCol:             clTeal clWindow
  58. NumberCol:              clRed clWindow
  59. StringCol:              clGreen clWindow
  60. SymbolCol:              clGray clWindow
  61. PreprocessorCol:        clOlive clWindow
  62. SelectionCol:           clWhite clNavy
  63. CurrentLineCol:         clBlack clYellow
  64.  
  65. OverrideTxtFgColor:     0
  66.  
  67.